home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
commadio
/
faxctrl
/
faxhost.bat
< prev
next >
Wrap
DOS Batch File
|
1989-11-09
|
450b
|
17 lines
:FAXTOP
: don't forget to precede FAXCTRL with a pathname (if needed)
FAXCTRL
: don't forget to add options above (if needed)
: on exit QUIT IF LOCAL KEYPRESS
IF ERRORLEVEL=1 GOTO ABORT
: don't forget to precede the host system name with a pathname (if needed)
: PCPLUS /FFAXHOST
: ^- for use with Procomm Plus
: QMODEM /HOST
: ^- for use with QMODEM
: TELIX Q B Sfhost
: ^- for use with TELIX
: keep looping back
GOTO FAXTOP
:ABORT